AXRelatedNode

data class AXRelatedNode(backendDOMNodeId: BackendNodeId, idref: String?, text: String?)

Constructors

AXRelatedNode
Link copied to clipboard
fun AXRelatedNode(backendDOMNodeId: BackendNodeId, idref: String? = null, text: String? = null)

Properties

backendDOMNodeId
Link copied to clipboard
val backendDOMNodeId: BackendNodeId
The BackendNodeId of the related DOM node.
idref
Link copied to clipboard
val idref: String? = null
The IDRef value provided, if any.
text
Link copied to clipboard
val text: String? = null
The text alternative of this node in the current context.

Sources

jvm source
Link copied to clipboard